home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / WATER.DIR / 00197_Script_197 < prev    next >
Text File  |  1996-12-02  |  235b  |  14 lines

  1. on exitFrame
  2.   global eggwater
  3.   repeat with i = 7 to 10
  4.     puppetsprite i,true
  5.   end repeat
  6.   
  7.   if eggwater = true then
  8.     unload
  9.     preload 215,252
  10.     putout(string(the result))
  11.   end if
  12.   preloadcast 171,187
  13.   
  14. end